graph TB
A["🧠 Traditional LLM<br/>Text Generator"]
B["🤖 Agentic AI<br/>Action Taker"]
A --> C["📝 Email Drafts"]
A --> D["💭 Ideas"]
B --> E["🔍 Research"]
B --> F["⚙️ Tool Use"]
B --> G["🎯 Goal Achievement"]
style A fill:#f9f,stroke:#333,stroke-width:2px
style B fill:#9f9,stroke:#333,stroke-width:2px